_GMarkupParser

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

end_element
void function(GMarkupParseContext*, const(gchar)*, gpointer, GError**) end_element;
Undocumented in source.
error
void function(GMarkupParseContext*, GError*, gpointer) error;
Undocumented in source.
passthrough
void function(GMarkupParseContext*, const(gchar)*, gsize, gpointer, GError**) passthrough;
Undocumented in source.
start_element
void function(GMarkupParseContext*, const(gchar)*, const(gchar*)*, const(gchar*)*, gpointer, GError**) start_element;
Undocumented in source.
text
void function(GMarkupParseContext*, const(gchar)*, gsize, gpointer, GError**) text;
Undocumented in source.

Meta